From: Richard M. Stallman Date: Wed, 19 May 1993 03:51:26 +0000 (+0000) Subject: (x_set_menu_bar_lines): Fix typo in last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96175 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=519066d2e0f3b0966a50091fa0377f4f06b07a94;p=emacs.git (x_set_menu_bar_lines): Fix typo in last change. --- diff --git a/src/xfns.c b/src/xfns.c index 3e272cae31f..0aa98ed41a1 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -899,7 +899,7 @@ x_set_menu_bar_lines (f, value, oldval) most of the commands try to apply themselves to the minibuffer frame itslef, and get an error because you can't switch buffers in or split the minibuffer window. */ - if (FRAME_MINBUF_ONLY_P (f)) + if (FRAME_MINIBUF_ONLY_P (f)) return; if (XTYPE (value) == Lisp_Int)